home *** CD-ROM | disk | FTP | other *** search
- # this is .bash_login -- started from a login shell
- #
- # first we set up the Path, i.e. were we look for executbles.
- #
- PATH=.:/dev/f/bin;export PATH
- export PS1='`pwd`\\'#' '
- export HOME=/dev/f/
- SHELL='f:\bash.tos'
- export SHELL
- export GNUINC=/dev/f/include
- export GNULIB=/dev/f/lib
- export GCCEXEC=/dev/f/bin/gcc-
- export TEMP=/dev/C/tmp
- export MANPATH=/dev/f/man
- export PAGER=/dev/f/bin/less.ttp
- echo Booting as a vt52 TOS terminal
- alias e='f:/bin/ce.ttp'
- alias more=less
- alias up='cd ..'
- alias ll='ls -l'
- alias ls='ls -F'
- alias home='cd $HOME'
- export TERM=vt52
- alias cls='echo -en "\33E\33e"'
- alias on='echo -en "\33e"'
-